@charset "UTF-8";
.mt0 {
  margin-top: 0px!important;
}
.mt70 {
  margin-top: 70px!important;
}
.mtb70 {
  margin: 70px 0!important;
}
.mt47 {
  margin-top: 47px!important;
}
.mt42 {
  margin-top: 42px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt34 {
  margin-top: 34px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
/* 宽和左内边距 */
.wpl {
  width: auto!important;
  padding-left: 0!important;
}
/* 上边框为0 */
.bt0 {
  border-top: none!important;
}
.bt1 {
  border-top: 1px solid #eaeaea;
}
.bb1 {
  border-bottom: 1px solid #eaeaea;
}
.bah{
    display: block;
}
@media screen and (max-width: 1024px) {
    .bah{
        display: none;
    }
  .mb98 {
    margin-bottom: 0.99rem;
  }
  .mb120 {
    margin-bottom: 1.2rem!important;
  }
  .mb2 {
    margin-bottom: .2rem!important;
  }
  .mt9 {
    margin-top: 0.9rem;
  }
  .mt96 {
    margin-top: 0.96rem;
  }
  .mt89 {
    margin-top: 0.89rem;
  }
  .mt139 {
    margin-top: 1.39rem;
  }
  .mt0 {
    margin-top: 0!important;
  }
  .pt0 {
    padding-bottom: 0!important;
  }
  .bf7 {
    background-color: #f7f7f7 !important;
  }
  .bff {
    background: #ffffff !important;
  }
  .bte {
    border-top: 1px solid #eeeeee;
  }
  .pb0 {
    padding-bottom: 0!important;
  }
  .pb2 {
    padding-bottom: 0.2rem !important;
  }
  .bb1 {
    border-bottom: 1px solid #e6e6e6 !important;
  }
  .mt0_24 {
    margin-top: 0!important;
  }
  .pb0_24 {
    padding-bottom: 0!important;
  }
}
/* 修复腕表和维修品牌右侧头部的公共部分 */
.watch_common .repair_top {
  margin-bottom: 30px;
}
.watch_common .repair_top p {
  font-size: 0;
  float: left;
}
.watch_common .repair_top p img {
  width: 20px;
  vertical-align: top;
  display: inline-block;
  margin-right: 12px;
}
.watch_common .repair_top p span {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  display: inline-block;
}
.watch_common .repair_top > a {
  float: right;
  font-family: consolas;
  font-size: 16px;
  line-height: 18px;
  color: #999999;
}
/* 修复腕表、劳力士世界等的右侧列表 */
.watch_common.repair_watch_r {
  display: block;
  width: 30%;
  /*padding-left: 4%;*/
  box-sizing: border-box;
}
.watch_common.repair_watch_r .repair_list li:nth-of-type(1) a span {
  background-color: #ff2b2b;
  color: #fff;
  font-size: 12px;
}
.watch_common.repair_watch_r .repair_list li:nth-of-type(2) a span {
  background-color: #ff9900;
  color: #fff;
  font-size: 12px;
}
.watch_common.repair_watch_r .repair_list li:nth-of-type(3) a span {
  background-color: #ffde00;
  color: #fff;
  font-size: 12px;
}
.watch_common.repair_watch_r .repair_list li:last-of-type a {
  margin-bottom: 0;
}
.watch_common.repair_watch_r .repair_list li a {
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  display: flex;
}
.watch_common.repair_watch_r .repair_list li a span {
  float: left;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin-right: 18px;
  padding: 0 6px;
  border-radius: 2px;
}
.watch_common.repair_watch_r .repair_list li a p {
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;        
}
/* tag */
.tag_navs{
	overflow: hidden;
	padding: 50px 20px;
	border: 1px solid #e5e5e5;
}
.tag_navs ul li{
	display: inline-block;
	margin: 20px auto;
}
.tag_navs ul li a{
	padding: 10px;
	border: 1px solid #e5e5e5;
}
.watchwxd{
  display: none;
}
.footer_pc{
  display: block;
}
@media screen and (max-width: 1024px) {
  .footer_pc{
    display: none;
  }
  .watchwxd{
    display: block;
    font-size: 0.34rem;
    line-height: 1.06rem;
    color: #333;
    font-weight: bold;
    background: #f1f3f6;
  }
  .watch_common.repair_watch_r {
    display: none;
  }
  /* tag */
  .tag_navs{
    overflow: hidden;
    padding: .2rem 0;
  }
  .tag_navs ul li{
    display: inline-block;
    margin: .2rem auto;
  }
  .tag_navs ul li a{
    padding: .1rem;
    border: 1px solid #e5e5e5;
    border: .01rem solid #e5e5e5;
    font-size: 0.22rem;
  }
}
/* 首页的banner */
.banner_sy {
  display: block;
  position: relative;
}
.banner_sy .imgBanner{
  width: 100%;
  overflow: hidden;
  max-height: 480px;
}
.banner_sy .imgBanner img {
  position: relative;
  width: 100%;
  /*height: 780px;*/
  max-height: none;
  min-height: 720px;
  top: -240px;
}
.banner_sy .p {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -310px;
  width: 620px;
  padding: 30px 23px 50px;
  box-sizing: border-box;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner_sy .p p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.banner_sy.swiper-container-horizontal > .swiper-pagination-bullets,
.banner_sy .swiper-pagination-custom,
.banner_sy .swiper-pagination-fraction {
  bottom: 40px;
}
.banner_sy .swiper-container-horizontal > .swiper-pagination-bullets,
.banner_sy .swiper-pagination-custom,
.banner_sy .swiper-pagination-fraction {
  position: absolute;
  bottom: 46px;
}
.banner_sy .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #dcdcdc;
  opacity: 1;
}
.banner_sy .swiper-pagination-bullet-active {
  background: #fff;
  width: 33px;
  border-radius: 10px;
}
/* YD banner */
.banner {
  display: none;
}
/* YD 面包屑导航 */
.breadcrumb {
  display: none;
}
/* 维修品牌1 */
.wx_brand li {
  float: left;
  margin-right: 2.2%;
  margin-bottom: 0.8%;
  width: 12%;
  border: 1px solid transparent;
  border-radius: 10px;
}
.wx_brand li.hover{
  margin-bottom: 2%;
}

.wx_brand li .row1 {
  text-align: center;
}
.wx_brand li .row1>div {
  display: block;
  cursor: pointer;
}
.wx_brand li .row1>div img {
  display: block;
  margin: 0 auto;
  width: 80%;
  cursor: pointer;
}
.wx_brand li .row1>div a,
.wx_brand li .row1>div span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.wx_brand li .row2 {
  display: flex;
  opacity: 0;
}
.wx_brand li .row2 a {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  cursor: pointer;
}
.wx_brand li .row2 a:first-of-type {
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.wx_brand li .row2 a:last-of-type {
  border-top: 1px solid #e3e3e3;
}
.wx_brand li:nth-of-type(7n) {
  margin-right: 0;
}
.wx_brand li:hover, .wx_brand li.hover {
  border-color: #e3e3e3;
}
.wx_brand li:hover .row2, .wx_brand li.hover .row2 {
  opacity: 1;
}
/* 修复腕表 */
.repair_watch {
  display: block;
}
.repair_watch > p {
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  text-align: center;
  margin: 0 0 26px;
}
.repair_watch > p strong {
  font-size: 38px;
  
  color: #ff6600;
  font-weight: bold;
  position: relative;
  top: 3px;
}
.repair_watch .repair_watch_con .repair_watch_l {
  width: 68%;
  margin-right: 2%;
}
.repair_watch .repair_watch_con .repair_watch_l > div {
  float: left;
  width: 49%;
  margin-right: 2%;
  position: relative;
}
.repair_watch .repair_watch_con .repair_watch_l > div:nth-of-type(3n + 2) {
  margin-right: 0;
}
.repair_watch .repair_watch_con .repair_watch_l > div.a1 {
  width: 32%;
  /*height: 2.2rem;*/
  height: 176px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.repair_watch .repair_watch_con .repair_watch_l > div.a2 {
  margin-bottom: 20px;
  /*height: 3.3rem;*/
  height: 192px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.repair_watch .repair_watch_con .repair_watch_l > div img {
  width: 100%;
  vertical-align: middle;
}
.repair_watch .repair_watch_con .repair_watch_l > div .word {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000 40%, transparent);
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  padding: 12px 0;
  text-indent: 2em;
}
.repair_watch .repair_watch_con .repair_watch_l > div .word p {
  margin-right: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
/* 维修网点 */
.wxwd_common {
  margin-bottom: 0;
}
.wxwd_common .hd_box {
  display: flex;
  font-family: consolas;
  background-color: #ffffff;
  padding: 24px 0 20px;
}
.wxwd_common .hd_box p,
.wxwd_common .hd_box h1 {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-right: 0.4rem;
  padding-bottom: 4px;
  /* color: #ff6600;
      border-bottom: 2px solid #ff6600; */
}
.wxwd_common .hd_box > a {
  font-size: 14px;
  line-height: 14px;
  color: #ff6600;
  text-align: center;
}
.wxwd_common .hd_box .hd {
  flex: 1;
  font-size: 0;
}
.wxwd_common .hd_box .hd a {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-right: 0.46rem;
}
.wxwd_common .hd_box .hd a.on span {
  color: #ff6600;
  /*border-bottom: 2px solid #ff6600;*/
  padding-bottom: 4px;
}
.wxwd_common .hd_box.hd_box_hei p {
  color: #333333;
  border-bottom: none;
}
.wxwd_common .hd_box.hd_box_hei h1 {
  color: #ff6600;
  /*border-bottom: 2px solid #ff6600;*/
  padding-bottom: 4px;
}
.wxwd_common .bd_box .bd {
  display: none;
}
.wxwd_common.wxwd_shop .bd_box .bd {
  display: block;
  overflow: hidden;
}
.wxwd_common.wxwd_shop{
  display: none;
}
.wxwd_common .bd_box .bd .bd1_box {
  width: 50%;
  padding: 0 34px;
  box-sizing: border-box;
}
.wxwd_common .bd_box .bd .bd1_box .bd1 {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #ededed;
}
.wxwd_common .bd_box .bd .bd1_box .bd1 .bd1_img {
  width: 180px;
  margin-right: 30px;
}
.wxwd_common .bd_box .bd .bd1_box .bd1 .bd1_img img {
  width: 100%;
  vertical-align: middle;
}
.wxwd_common .bd_box .bd .bd1_box .bd1 .bd1_word {
  flex: 1;
}
.wxwd_common .bd_box .bd .bd1_box .bd1 .bd1_word > a:nth-of-type(1),
.wxwd_common .bd_box .bd .bd1_box .bd1 .bd1_word h1 {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}
.wxwd_common .bd_box .bd .bd1_box .bd1 .bd1_word > a:nth-of-type(2) {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.wxwd_common .bd_box .bd .bd1_box .bd1 .bd1_word > span:nth-of-type(1) {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.wxwd_common .bd_box .bd .bd1_box .bd1 .bd1_word p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.wxwd_common .bd_box .bd .bd1_box .bd1 .bd1_word p span {
  color: #fe7e34;
}
.wxwd_common .bd_box .bd .bd1_box:hover {
  box-shadow: 11px 3px 20px #f5f5f5, -11px 3px 20px #f5f5f5;
  border-radius: 6px;
}
.wxwd_common .bd_box .bd:first-of-type {
  display: block;
}
.wxwd_common.wxwd3 .hd_box {
  margin-top: 44px;
}
/* 表友热搜&腕表品牌大全 */
.hot_watch {
  display: block;
}
.hot_watch .hd {
  font-size: 0;
  border-bottom: 1px solid #ebebeb;
}
.hot_watch .hd a {
  font-size: 16px;
  line-height: 38px;
  color: #cccccc;
  display: inline-block;
  margin-right: 30px;
}
.hot_watch .hd a.on {
  color: #ff6600;
  border-bottom: 3px solid #ff6600;
}
.hot_watch .hd a:last-of-type {
  margin-right: 0;
}
.hot_watch .bd .bd1 {
  overflow: hidden;
  display: none;
  padding: 10px 0 18px;
}
.hot_watch .bd .bd1:first-of-type {
  display: block;
}
.hot_watch .bd .bd1 a {
  float: left;
  margin-right: 30px;
  font-size: 14px;
  line-height: 34px;
  color: #999999;
}
/* YD 分页 */
.pagination_yd {
  display: none;
}
/* 占满整行的分页 */
.pagination {
  display: block;
  /* 分页 */
  font-size: 0;
  margin-top: 70px;
  text-align: center;
}
.pagination a {
  display: inline-block;
  border: 1px solid #e3e3e3;
  font-size: 14px;
  line-height: 34px;
  color: #666666;
  padding: 0 14px;
}
.pagination span{
	display: inline-block;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	line-height: 34px;
	background-color: #f73244;
	color: #ffffff;
	padding: 0 14px;
}
.pagination a:first-of-type {
  margin-right: 10px;
}
.pagination a:last-of-type {
  margin-left: 10px;
}
.pagination a.on {
  background-color: #ff6600;
  color: #ffffff;
}
.pagination strong {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  display: inline-block;
  padding: 0 12px;
}
/* 占一半屏幕的分页 */
.pagination_small {
  /* 分页 */
  font-size: 0;
  margin-top: 24px;
  margin-bottom: 0;
}
.pagination_small a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  padding: 0 12px;
  box-sizing: border-box;
}
.pagination_small span{
	display: inline-block;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 30px;
	background-color: #f73244;
	color: #ffffff;
	padding: 0 12px;
	margin: 0 10px;
	box-sizing: border-box;
}
.pagination_small a:first-of-type {
  margin-right: 10px;
  margin-left: 40px;
}
.pagination_small a:last-of-type {
  margin-left: 10px;
}
.pagination_small a.on {
  background-color: #ff6600;
  color: #ffffff;
}
.pagination_small strong {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  display: inline-block;
  padding: 0 12px;
}
@media screen and (max-width: 1024px) {
  /* 维修网点 */
  .wxwd_common {
    margin-bottom: 0;
    margin-top: 0.2rem;
    background-color: #ffffff;
    padding-bottom: 0.44rem;
  }
  .wxwd_common .hd_box {
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  .wxwd_common .hd_box.hd_box_hei p {
    display: none;
  }
  .wxwd_common .hd_box > a {
    display: none;
  }
  .wxwd_common .hd_box .hd {
    display: flex;
    padding: 0.32rem 0.24rem 0.16rem;
    border-bottom: 1px solid #eeeeee;
  }
  .wxwd_common .hd_box .hd a {
    flex: 1;
    margin-right: 0;
    text-align: center;
    font-size: 0.24rem !important;
    line-height: 0.5rem !important;
    color: #111111 !important;
    cursor: pointer;
  }
  .wxwd_common .hd_box .hd a.on {
    font-size: 0.28rem !important;
    line-height: 0.48rem !important;
    color: #ff3350 !important;
  }
  .wxwd_common .hd_box .hd a.on::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 60%;
    height: 0.06rem;
    background-color: #ff3350;
    border-radius: 0.06rem;
  }
  .wxwd_common .hd_box .hd a.on span {
    border-bottom: none;
    padding-bottom: 0;
  }
  .wxwd_common .bd_box {
    padding: 0 0.24rem;
  }
  .wxwd_common .bd_box .bd {
    display: none;
    flex-wrap: wrap;
  }
  .wxwd_common.wxwd_shop .bd_box>p{
    font-size: 0.3rem;
    margin-top: 0.1rem;
  }
  .wxwd_common.wxwd_shop .bd_box .bd {
    display: block;
    overflow: hidden;
  }
  .wxwd_common.wxwd_shop{
    display: block;
  }
  .wxwd_common .bd_box .bd:first-of-type {
    display: block;
  }
  .wxwd_common .bd_box .bd li {
    float: left;
    margin-right: 0.12rem;
    margin-top: 0.28rem;
    width: 1.66rem;
    text-align: center;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
  }
  .wxwd_common .bd_box .bd li:nth-of-type(4n) {
    margin-right: 0;
  }
  .wxwd_common .bd_box .bd li a {
    display: block;
  }
  .wxwd_common .bd_box .bd li .row1>div img {
    width: 1.4rem;
    border: 1px solid #eaeaea;
    border-radius: 0.1rem;
    padding: 0.11rem;
  }
  .wxwd_common .bd_box .bd li .row1>div a {
    text-align: center;
    display: inline-block;
    font-size: 0.22rem;
    line-height: 0.6rem;
  }
  .wxwd_common .bd_box .bd li .row2 {
    opacity: 1;
  }
  .wxwd_common .bd_box .bd li .row2 a {
    font-size: 0.22rem;
    line-height: 0.24rem;
  }
  .wxwd_common .bd_box .bd li .row2 a:first-of-type {
    display: none;
    border-top: none;
    border-right: none;
  }
  .wxwd_common .bd_box .bd li .row2 a:last-of-type {
    border-top: none;
  }
  /* 表友热搜&腕表品牌大全 */
  .hot_watch {
    display: none;
  }
  .pagination {
    display: none;
  }
  /* YD 分页 */
  .pagination_yd {
    display: block;
    padding: 0.4rem 0;
    font-size: 0;
    text-align: center;
    margin-top: 0.5rem;
  }
  
.pagination_yd>b,
.pagination_yd a {
  display: inline-block;
  width: 0.76rem;
  margin-right: 0.1rem;
  border: 1px solid #9e8463;
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #9e8463;
  text-align: center;
}
.pagination_yd>b,
.pagination_yd a:first-of-type,
.pagination_yd a:last-of-type,
.pagination_yd a:nth-last-child(3),
.pagination_yd a:nth-child(2){
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #fff;
  background-color: #9e8463;
}
.pagination_yd span {
  display: inline-block;
  width: 0.76rem;
  margin-right: 0.21rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #fff;
  background-color: #9e8463;
  text-align: center;
}
.pagination_yd select{
	display: inline-block;
	width: 1rem;
	height: .34rem;
	margin-right: 0.1rem;
	border: 1px solid #9e8463;
	font-size: 0.18rem;
	line-height: 0.32rem;
	color: #9e8463;
	text-align: center;
}
}
/* 维修品牌2 */
.maintenance_brand .common_top {
  display: none;
}
.maintenance_brand .hd_box .hd a {
  margin-right: 37px;
}
.maintenance_brand .bd_box .bd article {
  width: 68%;
  margin-right: 2%;
  overflow: hidden;
}
.maintenance_brand .bd_box .bd article ul {
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
}
.maintenance_brand .bd_box .bd article ul li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}
.maintenance_brand .bd_box .bd article ul li:first-of-type {
  padding-top: 0;
}
.maintenance_brand .bd_box .bd article ul li .left a {
  position: relative;
  display: block;
  border-radius: 6px;
  margin-right: 26px;
  overflow: hidden;
}
.maintenance_brand .bd_box .bd article ul li .left a img {
  width: 243px;
  height: 154px;
  vertical-align: middle;
}
.maintenance_brand .bd_box .bd article ul li .left a .mask {
  display: block;
  padding: 0 8px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(100, 100, 100, 0.6);
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  border-radius: 6px;
}
.maintenance_brand .bd_box .bd article ul li .right {
  flex: 1;
  position: relative;
}
.maintenance_brand .bd_box .bd article ul li .right a {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 28px;
  color: #262626;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.maintenance_brand .bd_box .bd article ul li .right p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.maintenance_brand .bd_box .bd article ul li .right span {
  position: absolute;
  bottom: 0px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}
.maintenance_brand .bd_box .bd article ul li .right.right2 span {
  position: relative;
}
.maintenance_brand .bd_box .bd aside {
  display: block;
  width: 30%;
  padding-left: 4%;
  box-sizing: border-box;
}
.maintenance_brand .bd_box .bd aside .repair_top p img {
  width: 26px;
}
.maintenance_brand .bd_box .bd aside .maintenance_brand_pp {
  font-size: 0;
  border-radius: 10px;
}
.maintenance_brand .bd_box .bd aside .maintenance_brand_pp li .outer {
  cursor: pointer;
  padding: 0 0 10px 0;
  color: #333333;
}
.maintenance_brand .bd_box .bd aside .maintenance_brand_pp li .outer:hover {
  color: #ff6600 !important;
}
.maintenance_brand .bd_box .bd aside .maintenance_brand_pp li .outer span {
  padding-right: 4px;
  font-size: 24px;
  line-height: 24px;
  font-family: consolas;
}
.maintenance_brand .bd_box .bd aside .maintenance_brand_pp li .outer p {
  display: inline;
  font-size: 16px;
  line-height: 16px;
}
.maintenance_brand .bd_box .bd aside .maintenance_brand_pp li .inner {
  display: none;
}
.maintenance_brand .bd_box .bd aside .maintenance_brand_pp li .inner a {
  display: inline-block;
  margin-right: 3%;
  margin-bottom: 10px;
  width: 31.33%;
  font-size: 16px;
  line-height: 34px;
  color: #333333;
  text-align: center;
  background-color: #f7f7f7;
}
.maintenance_brand .bd_box .bd aside .maintenance_brand_pp li .inner a:nth-of-type(3n) {
  margin-right: 0;
}
.maintenance_brand .bd_box .bd .brand_article_nr {
  display: flex;
  flex-wrap: wrap;
}
.maintenance_brand .bd_box .bd .brand_article_nr > div {
  display: block;
  width: 24%;
  margin-right: 1.3%;
}
.maintenance_brand .bd_box .bd .brand_article_nr > div:nth-of-type(4n) {
  margin-right: 0;
}
.maintenance_brand .bd_box .bd .brand_article_nr > div img {
  width: 100%;
  display: block;
}
.maintenance_brand .bd_box .bd .brand_article_nr > div a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin: 22px 4px;
}
.maintenance_brand .bd_box .bd .brand_article_nr > div span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin: 0 4px 28px;
}
.maintenance_brand .bd_box .bd .pagination {
  /* 分页 */
  margin-top: 52px;
}
/* 维修网点 */
.wxwd_common.wxwd .hd_box {
  margin-top: 4px;
}
/* 服务项目 */
/* 服务项目 */
.fwxm {
  text-align: center;
}
.fwxm.fwxm1 .fwxm_top {
  display: block;
}
.fwxm.fwxm1 .common_top,
.fwxm.fwxm1 .common_top3 {
  display: none;
}
.fwxm .fwxm_top a {
  display: block;
  border: 1px solid #666666;
  font-size: 16px;
  line-height: 44px;
  color: #333333;
  width: 196px;
  margin: 20px auto 52px;
}
.fwxm .fwxm_con .fwxm_grid {
  float: left;
  width: 22%;
  margin-right: 4%;
}
.fwxm .fwxm_con .fwxm_grid:last-of-type {
  display: none;
}
.fwxm .fwxm_con .fwxm_grid:nth-of-type(4n) {
  margin-right: 0;
}
.fwxm .fwxm_con .fwxm_grid img {
  display: block;
  width: 100%;
}
.fwxm .fwxm_con .fwxm_grid img:first-of-type {
  display: block;
}
.fwxm .fwxm_con .fwxm_grid img:nth-of-type(2) {
  display: none;
}
.fwxm .fwxm_con .fwxm_grid span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  margin: 20px auto;
}
.fwxm .fwxm_con .fwxm_grid:nth-last-of-type(-n+4) span {
  margin: 20px auto 0;
}
.fwxm > p {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  margin: 52px 0;
}
.fwxm > a {
  display: block;
  margin: 0 auto;
  width: 148px;
  font-size: 16px;
  line-height: 44px;
  color: #333333;
  border: 1px solid #666666;
}
.ydnone{
  display: block;
}
@media screen and (max-width: 1024px) {
  .ydnone{
    display: none;
  }
  .fwxm.fwxm1 {
    margin-bottom: 0;
    padding-right: .24rem !important;
    padding-left: .24rem !important;
  }
  .fwxm.fwxm1 .fwxm_top {
    display: none;
  }
  .fwxm.fwxm1 .common_top,
  .fwxm.fwxm1 .common_top3 {
    text-align: left;
    display: block;
  }
  .fwxm.fwxm1 .common_top span,
  .fwxm.fwxm1 .common_top3 span {
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .fwxm.fwxm1 .fwxm_con {
    display: flex;
    flex-wrap: wrap;
  }
  .fwxm.fwxm1 .fwxm_con .fwxm_grid {
    flex: 2.16rem;
    margin-right: 0.18rem;
    text-align: center;
  }
  .fwxm.fwxm1 .fwxm_con .fwxm_grid:last-of-type {
    display: block;
  }
  .fwxm.fwxm1 .fwxm_con .fwxm_grid:nth-of-type(3n) {
    margin-right: 0;
  }
  .fwxm.fwxm1 .fwxm_con .fwxm_grid img {
    width: 100%;
    display: block;
    text-align: left;
  }
  .fwxm.fwxm1 .fwxm_con .fwxm_grid img:first-of-type {
    display: none;
  }
  .fwxm.fwxm1 .fwxm_con .fwxm_grid img:nth-of-type(2) {
    display: block;
  }
  .fwxm.fwxm1 .fwxm_con .fwxm_grid span {
    margin: 0 auto;
    font-size: 0.22rem;
    line-height: 0.72rem;
    color: #333333;
    letter-spacing: 0;
  }
}
.fwxm.fwxm1 {
  margin-bottom: 70px;
}
.fwxm.fwxm1 span {
  display: block;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 20px;
  letter-spacing: 15px;
}
.fwxm.fwxm1 p {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  margin-bottom: 32px;
}
/* PC 售后条款 */
.after_sale_terms {
  display: block;
  text-align: center;
}
.after_sale_terms .terms_top span {
  display: block;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 20px;
  letter-spacing: 15px;
}
.after_sale_terms .terms_top p {
  font-size: 16px;
  line-height: 16px;
  color: #999999;
  margin-bottom: 32px;
}
.after_sale_terms .terms_con {
  display: flex;
}
.after_sale_terms .terms_con .terms_grid {
  flex: 1;
  box-shadow: 2px 2px 16px rgba(16, 16, 16, 0.08);
  padding: 22px 26px;
}
.after_sale_terms .terms_con .terms_grid:nth-of-type(2) {
  margin: 0 20px;
}
.after_sale_terms .terms_con .terms_grid img {
  width: 55px;
  vertical-align: middle;
}
.after_sale_terms .terms_con .terms_grid span:nth-of-type(1) {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  margin: 20px 0 12px;
  font-weight: bold;
}
.after_sale_terms .terms_con .terms_grid span:nth-of-type(2) {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
}
.after_sale_terms .terms_con .terms_grid p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-top: 22px;
}
/* YD 服务流程 */
.fwlc {
  display: none;
}
/* 表友热搜&腕表品牌大全 */
.hot_watch.sy {
  margin-top: 82px;
}
/* 8psd里面的品牌切换和问答 */
/* 品牌切换和问答 */
.brand_switch {
  margin-top: 70px;
}
.brand_switch .brand_s1 {
  width: 782px;
}
.brand_switch .brand_s1 ul {
  width: 782px;
  background-color: #f4f4f4;
}
.brand_switch .brand_s1 ul.hd li {
  float: left;
  width: 110px;
  font-size: 18px;
  line-height: 50px;
  color: #666666;
  background-color: #f4f4f4;
  text-align: center;
  border-top: 2px solid transparent;
  border-right: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}
.brand_switch .brand_s1 ul.hd li.on {
  font-size: 18px;
  line-height: 50px;
  color: #333333;
  background-color: #ffffff;
  border-top: 2px solid #ff6600;
  border-right: 1px solid #ebebeb;
}
.brand_switch .brand_s1 .bd_box {
  margin-top: 14px;
}
.brand_switch .brand_s1 .bd_box .bd {
  display: none;
}
.brand_switch .brand_s1 .bd_box .bd .bd1 {
  margin-top: 26px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 32px;
}
.brand_switch .brand_s1 .bd_box .bd .bd1 .bdl {
  width: 62px;
  border: 1px solid #e9e9e9;
  text-align: center;
  padding: 8px 0;
  box-sizing: border-box;
  margin-left: 8px;
}
.brand_switch .brand_s1 .bd_box .bd .bd1 .bdl span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 8px;
}
.brand_switch .brand_s1 .bd_box .bd .bd1 .bdl strong {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #ff6600;
}
.brand_switch .brand_s1 .bd_box .bd .bd1 .bdr {
  width: 692px;
  margin-left: 20px;
}
.brand_switch .brand_s1 .bd_box .bd .bd1 .bdr > a {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  display: block;
}
.brand_switch .brand_s1 .bd_box .bd .bd1 .bdr > span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin-top: 22px;
}
.brand_switch .brand_s1 .bd_box .bd .bd1 .bdr p {
  margin-top: 14px;
}
.brand_switch .brand_s1 .bd_box .bd .bd1 .bdr p span,
.brand_switch .brand_s1 .bd_box .bd .bd1 .bdr p a {
  font-size: 12px;
  line-height: 12px;
  color: #999999;
}
.brand_switch .brand_s1 .bd_box .bd .bd1 .bdr p span:nth-of-type(2),
.brand_switch .brand_s1 .bd_box .bd .bd1 .bdr p a:nth-of-type(2) {
  margin: 0 30px;
}
.brand_switch .brand_s1 .bd_box .bd.on {
  display: block;
}
.brand_switch .brand_s1 .bd_box .bd .pagination {
  /* 分页 */
  font-size: 0;
  margin-top: 68px;
  margin-bottom: 70px;
}
.brand_switch .brand_s1 .bd_box .bd .pagination a {
  display: inline-block;
  border: 1px solid #e3e3e3;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  padding: 0 12px;
}
.brand_switch .brand_s1 .bd_box .bd .pagination a:first-of-type {
  margin-right: 10px;
  margin-left: 52px;
}
.brand_switch .brand_s1 .bd_box .bd .pagination a:last-of-type {
  margin-left: 10px;
}
.brand_switch .brand_s1 .bd_box .bd .pagination a.on {
  background-color: #ff6600;
  color: #ffffff;
}
.brand_switch .brand_s1 .bd_box .bd .pagination strong {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  display: inline-block;
  padding: 0 12px;
}
.brand_switch .brand_s2 {
  margin-left: 36px;
  width: 382px;
}
.brand_switch .brand_s2 .brand_s2_t {
  border-top: 4px solid #ff6600;
  padding: 0 15px 0 27px;
}
.brand_switch .brand_s2 .brand_s2_t p {
  float: left;
  font-size: 16px;
  line-height: 72px;
  color: #333333;
}
.brand_switch .brand_s2 .brand_s2_t a {
  font-size: 16px;
  line-height: 72px;
  color: #999999;
  float: right;
  font-family: consolas;
}
.brand_switch .brand_s2 .brand_s2_t a i {
  margin-left: 15px;
}
.brand_switch .brand_s2 .brand_s2_word {
  margin: 0 35px 0 27px;
}
.brand_switch .brand_s2 .brand_s2_word a {
  display: block;
  margin-bottom: 38px;
}
.brand_switch .brand_s2 .brand_s2_word a p {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}
.brand_switch .brand_s2 .brand_s2_word a p img {
  width: 16px;
  height: 12px;
  margin-right: 15px;
}
.brand_switch .brand_s2 .brand_s2_word a p img:nth-of-type(2) {
  margin-left: 32px;
}
.brand_switch .brand_s2 .brand_s2_word a p span {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
}
.brand_switch .brand_s2 .brand_s2_word a p span > span {
  margin-right: 6px;
}
.brand_switch .brand_s2 .brand_s2_word a p span.r {
  color: #ff7e33;
}
.brand_switch .brand_s2 .brand_s2_word a p:nth-of-type(1) {
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.brand_switch .brand_s2 .brand_s2_word a:last-of-type {
  margin-bottom: 0;
}
.brand_switch.xfwb15 .brand_s1 ul.hd li {
  /* 15psd里面的品牌切换 */
  width: auto;
  font-size: 14px;
}
.brand_switch.xfwb15 .brand_s1 ul.hd li a {
  display: block;
  padding: 0px 15px;
}
.brand_switch.xfwb15 .brand_s1 ul.hd li a:hover {
  background-color: #fae1e1;
  border-radius: 5px;
}
.brand_switch.brand_switch_fwxm .brand_s1 ul.hd li {
  /* fwxm psd里面的品牌切换 */
  display: block;
  width: auto;
  padding: 0px 15px;
}
.brand_switch.brand_switch_fwxm .article_content_l {
  width: 782px;
}
.brand_switch.brand_switch_fwxm .article_content_l h1 {
  font-size: 22px;
  line-height: 22px;
  color: #0c0c0c;
}
.brand_switch.brand_switch_fwxm .article_content_l > p {
  margin-top: 20px;
  font-size: 0;
}
.brand_switch.brand_switch_fwxm .article_content_l > p span {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-right: 22px;
}
.brand_switch.brand_switch_fwxm .article_content_l > p span a {
  color: #23b1ed;
}
.brand_switch.brand_switch_fwxm .article_content_l .line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 25px 0 0;
}
.brand_switch.brand_switch_fwxm .article_content_l .line.line_last {
  margin: 30px 0 0;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 .img img {
  width: 100px;
  vertical-align: middle;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 .img span.fr {
  position: relative;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 .img span.fr b {
  position: absolute;
  top: 6px;
  left: 9px;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 .yzhd2_top {
  margin: 30px 0;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 .yzhd2_top > .fl > img {
  float: left;
  margin-right: 34px;
  width: 88px;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 .yzhd2_top .title {
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 .yzhd2_top span {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  float: left;
  background-color: #ff6300;
  padding: 0 16px;
  display: block;
  border-radius: 10px;
  margin-top: 20px;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 .yzhd2_top p {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 .yzhd2_p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-indent: 2em;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 .yzhd2_relation {
  font-size: 0;
  margin: 30px 0;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 .yzhd2_relation a {
  display: inline-block;
  background-color: #e7f6fd;
  padding: 0 10px 0 0;
  font-size: 12px;
  line-height: 22px;
  color: #12acec;
  margin-right: 13px;
  border-radius: 10px;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 .yzhd2_relation a i {
  width: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #11abeb;
  border-radius: 50%;
  margin-right: 8px;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 > p {
  float: right;
  font-size: 0;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 > p img {
  margin-right: 8px;
  width: 16px;
  position: relative;
  top: 1px;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 > p span {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 .relate_wt {
  clear: both;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 .relate_wt h3 {
  padding: 58px 0 20px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.brand_switch.brand_switch_fwxm .article_content_l .yzhd2 .relate_wt a {
  display: block;
  padding-top: 20px;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.brand_switch.brand_switch_fwxm .article_content_l .article_relation {
  font-size: 0;
  margin: 40px 0 30px;
}
.brand_switch.brand_switch_fwxm .article_content_l .article_relation a {
  display: inline-block;
  background-color: #e7f6fd;
  padding: 0 10px 0 0;
  font-size: 12px;
  line-height: 22px;
  color: #12acec;
  margin-right: 13px;
  border-radius: 10px;
}
.brand_switch.brand_switch_fwxm .article_content_l .article_relation a i {
  width: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #11abeb;
  border-radius: 50%;
  margin-right: 8px;
}
/* psd2里面的收录 */
.shoulu .row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.shoulu .row p,
.shoulu .row h1 {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #262626;
  text-align: left;
}
.shoulu .row span {
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  float: right;
}
.shoulu .row span i {
  display: inline-block;
}
.shoulu > p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
}
/* psd2的维修网点 */
.w_wxwd .common_top3 {
  display: none;
}
.w_wxwd .bd_box .bd .bd_nr1 {
  width: 68%;
}
.w_wxwd .bd_box .bd .bd_nr1 .title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #262626;
  font-weight: bold;
}
.w_wxwd .bd_box .bd .bd_nr1 p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #262626;
}
.w_wxwd .bd_box .bd .bd_nr1 .aBox {
  display: block;
  font-size: 0;
}
.w_wxwd .bd_box .bd .bd_nr1 .aBox a, .w_wxwd .bd_box .bd .bd_nr1 .aBox > p {
  width: 49%;
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  background-color: #ff6600;
  border-radius: 6px;
  cursor: pointer;
}
.w_wxwd .bd_box .bd .bd_nr1 .aBox a:first-of-type, .w_wxwd .bd_box .bd .bd_nr1 .aBox > p:first-of-type {
  margin-right: 2%;
}
.dhbx{
  position: relative;
}
.x-telbox {
  display: none;
  background: #fbf7f4;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #D5A770;
  padding: 4px 0 4px 6px;
  position: absolute;
  top: 46px;
  right: 0;
}
.x-telbox::after {
  content: " ";
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #D5A770;
  position: relative;
  bottom: 32px;
  right: 0;
}
.w_wxwd .bd_box .bd > .hd {
  display: none;
}
.w_wxwd .bd_box .bd .bd_nr2 {
  margin-top: 0;
  display: none;
}
.w_wxwd .bd_box .bd .bd_nr2:first-of-type {
  display: block;
}
.w_wxwd .bd_box .bd .bd_nr2 article {
  width: 68%;
  margin-right: 2%;
  overflow: hidden;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box {
  width: 100%;
  padding: 0;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_img {
  width: 220px;
  margin-right: 26px;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_img a, .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_img > p.img {
  display: block;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_img a img, .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_img > p.img img {
  height: 148px;
  cursor: pointer;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word {
  flex: 1;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word.watch_word{
  position: relative;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .shang .title {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia {
  display: flex;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo {
  flex: 1;
  margin-right: 26px;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo.watch{
  margin-top: 14px;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .kuang {
  margin: 10px 0;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .kuang .k {
  display: inline-block;
  padding: 6px;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  border-radius: 4px;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .kuang .k1 {
  background-color: #daf8cd;
  color: #25b513;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .kuang .k2 {
  background-color: #f6fdbd;
  color: #ff6600;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .kuang .k3 {
  background-color: #d2fff8;
  color: #93cec5;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .address {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .address span {
  color: inherit;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .address img {
  display: inline-block;
  width: 16px;
  padding-top: 5px;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .brand {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  padding-top: 5px;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo.watch .brand{
  position: absolute;
  bottom: 8px;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .brand img {
  float: left;
  width: 16px;
  margin-right: 6px;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .brand>a,.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .brand>p.brandP{
    /* margin-left: 40px; */
    color: #999999;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .brand>p.brandP img{
  position: relative;
  top: 7px;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .you .tel {
  display: none;
  margin-top: 26px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #999999;
  background-color: #ff6600;
  color: #fff;
  border-radius: 4px;
  width: 110px;
}
.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box:first-of-type .bd1 {
  border-top: 1px solid #eaeaea;
}
.w_wxwd .bd_box .bd .bd_nr2 aside {
  display: block;
  width: 30%;
  /*padding-left: 4%;*/
  box-sizing: border-box;
}
.w_wxwd .bd_box .bd .bd_nr2 aside .common_top2 {
  /*padding-top: 20px;*/
  font-size: 20px;
  line-height: 20px;
  color: #262626;
  font-weight: bold;
  display: inline-block;
}
.w_wxwd .bd_box .bd .bd_nr2 aside .common_top2 p {
  font-weight: normal;
}
.w_wxwd .bd_box .bd .bd_nr2 aside .bd_grid li {
  margin: 0 0 10px;
  background-color: #eeeeee;
  text-align: center;
  border-radius: 3px;
}
.w_wxwd .bd_box .bd .bd_nr2 aside .bd_grid li:last-of-type {
  margin: 0;
}
.w_wxwd .bd_box .bd .bd_nr2 aside .bd_grid li a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  cursor: pointer;
}
.w_wxwd .bd_box .bd .bd_nr2 aside .rec_nr {
  margin-right: 60px;
}
.w_wxwd .bd_box .bd .bd_nr2 aside .rec_nr .bd .bd_grid {
  display: none;
  margin-top: 20px;
}
.w_wxwd .bd_box .bd .bd_nr2 aside .rec_nr .bd .bd_grid:first-of-type {
  display: block;
}
.w_wxwd .bd_box .bd .bd_nr2 aside .rec_nr.rec_tags {
  margin-right: 0;
}
.w_wxwd .bd_box .bd .bd_nr2 aside .rec_nr.rec_tags .bd .bd_grid {
  display: flex;
  flex-wrap: wrap;
}
.w_wxwd .bd_box .bd .bd_nr2 aside .rec_nr.rec_tags .bd .bd_grid li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex: calc(50% - 4px);
  margin: 0 4px 4px 0;
}
.w_wxwd .bd_box .bd .bd_nr2 aside .rec_nr.rec_tags .bd .bd_grid li:nth-of-type(even) {
  margin-right: 0;
}
/* psd2的维修品牌 */
.wx_brand2 .bd_box article {
  width: 68%;
  margin-right: 2%;
  overflow: hidden;
}
.wx_brand2 .bd_box article ul li {
  float: left;
  /* width: calc(20% - 10px); */
  width: 16%;
  margin: 0 20px 14px 0px;
  border-radius: 20px;
}
.wx_brand2 .bd_box article ul li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  /* text-align: center; */
}
.wx_brand2 .bd_box aside {
  width: 30%;
  padding-left: 4%;
  box-sizing: border-box;
}
.wx_brand2 .bd_box aside .common_top2 {
  font-size: 20px;
  line-height: 20px;
  color: #262626;
  font-weight: bold;
  display: inline-block;
}
.wx_brand2 .bd_box aside .common_top2 p {
  font-weight: normal;
}
.wx_brand2 .bd_box aside .bd_grid li {
  margin: 0 0 10px;
  background-color: #eeeeee;
  text-align: center;
  border-radius: 3px;
}
.wx_brand2 .bd_box aside .bd_grid li:last-of-type {
  margin: 0;
}
.wx_brand2 .bd_box aside .bd_grid li a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  cursor: pointer;
}
.wx_brand2 .bd_box aside .rec_nr {
  margin-right: 60px;
}
.wx_brand2 .bd_box aside .rec_nr .bd .bd_grid {
  display: none;
  margin-top: 20px;
}
.wx_brand2 .bd_box aside .rec_nr .bd .bd_grid:first-of-type {
  display: block;
}
.wx_brand2 .bd_box aside .rec_nr.rec_tags {
  margin-right: 0;
}
.wx_brand2 .bd_box aside .rec_nr.rec_tags .bd .bd_grid {
  display: flex;
  flex-wrap: wrap;
}
.wx_brand2 .bd_box aside .rec_nr.rec_tags .bd .bd_grid li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex: calc(50% - 4px);
  margin: 0 4px 4px 0;
}
.wx_brand2 .bd_box aside .rec_nr.rec_tags .bd .bd_grid li:nth-of-type(even) {
  margin-right: 0;
}
/* psd3的客户服务维修中心 */
.khfwwxzx {
  border-bottom: 1px solid #eaeaea;
  /* psd5的客户服务维修中心的独有部分 */
  /* psd6的客户服务维修中心的独有部分 */
}
.khfwwxzx .fl {
  padding: 24px;
  width: 55%;
  display: flex;
  height: 342px;
  align-items: center;
  box-sizing: border-box;
}
.khfwwxzx .fl > p {
  font-size: 14px;
  line-height: 28px;
  color: #101010;
}
.khfwwxzx .fr.city{
  display: none;
}
.khfwwxzx .fr {
  width: 45%;
  box-sizing: border-box;
  text-align: center;
}
.khfwwxzx .fr img {
  padding-top: 26px;
  width: 164px;
}
.khfwwxzx .fr .name,
.khfwwxzx .fr h1 {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
}
.khfwwxzx .fr span {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #101010;
}
.khfwwxzx .fr .tel {
  margin: 20px 0;
  font-size: 0;
}
.khfwwxzx .fr .tel a {
  display: inline-block;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  background-color: #f19b2c;
  border-radius: 100px;
}
.khfwwxzx .fr .tel a:first-of-type {
  margin-right: 6px;
}
.khfwwxzx.wxzx5 {
  border-bottom: 1px solid #eaeaea;
}
.khfwwxzx.wxzx5 .fl {
  display: block;
  /*height: auto;*/
  height: 342px;
}
.khfwwxzx.wxzx5 .fl .row {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 0;
  border-bottom: 1px solid #eaeaea;
}
.khfwwxzx.wxzx5 .fl .row p,
.khfwwxzx.wxzx5 .fl .row h1 {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  color: #262626;
  text-align: left;
}
.khfwwxzx.wxzx5 .fl .row span {
  font-size: 12px;
  line-height: 36px;
  color: #999999;
  float: right;
}
.khfwwxzx.wxzx5 .fl .columns {
  display: flex;
  height: 228px;
  align-items: center;
}
.khfwwxzx.wxzx5 .fl .columns p {
  font-size: 14px;
  line-height: 28px;
  color: #101010;
}
.khfwwxzx.wxzx5 .fl > span {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 28px;
  color: #101010;
}
.khfwwxzx.wxzx5 .fl > p {
  display: block;
}
.khfwwxzx.wxzx6 .fl .row {
  display: none;
}
.khfwwxzx.wxzx6 .fl .columns {
  display: flex;
}
.khfwwxzx.wxzx66 .fl .row {
  display: block;
}
/* psd3的信 */
.xin {
  display: none;
}
/* psd4里面的筛选品牌 */
.select_brand {
  display: block;
  border-top: 1px solid #e5e5e5;
  margin-top: 70px;
}
.select_brand.select_brand40 {
  /*margin: 40px auto 0;*/
  /*width: 1000px;*/
}
.select_brand.select_brand40 .xxk{
  margin: 0 auto;
  width: 1000px;
}
.select_brand .select_brand_top {
  padding: 12px 22px 12px 26px;
}
.select_brand .select_brand_top > span {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  margin-right: 24px;
}
.select_brand .select_brand_top > span i {
  color: #ff0f0c;
  padding: 0 6px;
}
.select_brand .select_brand_top a {
  font-size: 0;
  margin-right: 15px;
}
.select_brand .select_brand_top a span,
.select_brand .select_brand_top a i {
  display: inline-block;
  background-color: #ffe7e6;
  border: 1px solid #ffb1af;
  padding: 0 10px;
}
.select_brand .select_brand_top a span {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  border-right: none;
}
.select_brand .select_brand_top a i {
  font-size: 14px;
  line-height: 24px;
  color: #ff0f0c;
}
.select_brand .select_brand_top a:last-of-type {
  float: right;
  font-size: 12px;
  line-height: 26px;
  color: #666666;
  margin-right: 0;
}
.select_brand .xxk .xxk_row {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 22px 6px 0;
}
.select_brand .xxk .xxk_row.xxk_row_row > a {
  margin-right: 32px;
  font-size: 12px;
  line-height: 12px;
  color: #ff0f0c;
  height: 12px;
  margin-bottom: 14px;
  display: inline-block;
  padding: 4px 8px;
}
.select_brand .xxk .xxk_row.xxk_row_row > a:hover {
  background-color: #fae1e1;
  border-radius: 5px;
}
.select_brand .xxk .xxk_row.xxk_row_row > a:first-of-type {
  color: #ff0f0c;
}
.select_brand .xxk .xxk_row > p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin-right: 26px;
}
.select_brand .xxk .xxk_row .xxk_row_grid {
  flex: 1;
  font-size: 0;
  /* 品牌里面的品牌分类 */
}
.select_brand .xxk .xxk_row .xxk_row_grid a {
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  margin-right: 16px;
  margin-bottom: 14px;
  display: inline-block;
  padding: 4px 8px;
}
.select_brand .xxk .xxk_row .xxk_row_grid a:hover {
  background-color: #fae1e1;
  border-radius: 5px;
}
.select_brand .xxk .xxk_row .xxk_row_grid a:first-of-type {
  color: #ff0f0c;
}
.select_brand .xxk .xxk_row .xxk_row_grid .xxk_row_brand {
  display: flex;
}
.select_brand .xxk .xxk_row .xxk_row_grid .xxk_row_brand p {
  font-size: 12px;
  line-height: 12px;
  color: #666666;
  margin-right: 52px;
  padding: 4px 0;
}
.select_brand .xxk .xxk_row .xxk_row_grid .xxk_row_brand .xxk_row_grid {
  flex: 1;
  font-size: 0;
}
.select_brand .xxk .xxk_row .xxk_row_grid .xxk_row_brand .xxk_row_grid a {
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  margin-right: 16px;
  margin-bottom: 14px;
  display: inline-block;
  padding: 4px 8px;
}
.select_brand .xxk .xxk_row .xxk_row_grid .xxk_row_brand .xxk_row_grid a:hover {
  background-color: #fae1e1;
  border-radius: 5px;
}
.select_brand .xxk .xxk_row .xxk_row_grid .xxk_row_brand > a {
  font-size: 12px;
  line-height: 12px;
  color: #666666;
  height: 14px;
}
.select_brand .xxk .xxk_row .xxk_row_grid .xxk_row_brand > a:hover {
  background-color: transparent;
}
.select_brand .xxk .xxk_row .xxk_row_grid .xxk_row_city {
  background-color: #f9f9f9;
}
.select_brand .xxk .xxk_row .xxk_row_grid .xxk_row_city a {
  margin-bottom: 7px;
  margin-top: 7px;
  color: #000;
}
.select_brand .xxk .xxk_row > a {
  font-size: 12px;
  line-height: 12px;
  color: #666666;
  padding: 4px 0;
}
/* pad6的地图 */
.ditu_box {
  display: block;
  /*margin-bottom: 70px;*/
}
.ditu_box article {
  width: 68%;
  margin-right: 2%;
  overflow: hidden;
}
.ditu_box article .bd_box .bd1_box .bd1 {
  display: flex;
  padding: 30px 0;
}
.ditu_box article .bd_box .bd1_box .bd1 .bd1_img img {
  width: 100%;
  vertical-align: middle;
}
.ditu_box article .bd_box .bd1_box .bd1 .bd1_word {
  flex: 1;
}
.ditu_box article .bd_box .bd1_box .bd1 .bd1_word > a,
.ditu_box article .bd_box .bd1_box .bd1 .bd1_word h1 {
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #666666;
}
.ditu_box article .bd_box .bd1_box .bd1 .bd1_word p {
  display: flex;
  font-size: 13px;
  line-height: 22px;
  color: #666666;
}
.ditu_box article .bd_box .bd1_box .bd1 .bd1_word p b {
  flex: 1;
}
.ditu_box article .bd_box .bd1_box .bd1 .bd1_word p span {
  color: #fe7e34;
}
.ditu_box article .bd_box .bd1_box:hover {
  box-shadow: 11px 3px 20px #f5f5f5, -11px 3px 20px #f5f5f5;
  border-radius: 6px;
}
.ditu_box article .bd_box .bd1_box {
  display: block;
  width: 100%;
}
.ditu_box article .bd_box .bd1_box .bd1 .bd1_img {
  width: 312px;
  margin-right: 30px;
}
.ditu_box article .bd_box .bd1_box .bd1 .bd1_img img {
  height: 196px;
}
.ditu_box article .bd_box .bd1_box .bd2 > p {
  font-size: 16px;
  line-height: 40px;
  padding-left: 20px;
  font-weight: bold;
  /*background-color: #f9f9f9;*/
  margin-bottom: 30px;
}
.ditu_box article .bd_box .bd1_box .bd2 .ditu > p {
  background-color: #a66b42;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  border-top: 1px solid #000;
  text-align: center;
}
.ditu_box article .bd_box .bd1_box .bd2 .ditu #dituContent {
  width: 100%;
  height: 400px;
}
.ditu_box article .bd_box .bd1_box .bd2 .ditu #dituContent .BMap_pop div:first-of-type div:first-of-type {
  border-top-left-radius: 10px;
}
.ditu_box article .bd_box .bd1_box .bd2 .ditu #dituContent .BMap_pop div:nth-of-type(3) div:first-of-type {
  border-top-right-radius: 10px;
}
.ditu_box article .bd_box .bd1_box .bd2 .ditu #dituContent .BMap_pop div:nth-of-type(5) div:first-of-type {
  border-bottom-left-radius: 10px;
}
.ditu_box article .bd_box .bd1_box .bd2 .ditu #dituContent .BMap_pop div:nth-of-type(7) div:first-of-type {
  border-bottom-right-radius: 10px;
}
.ditu_box article .bd_box .bd1_box .bd2 .ditu #dituContent .BMap_bubble_title {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 12px;
  color: #333333;
}
.ditu_box article .bd_box .bd1_box .bd2 .ditu #dituContent .BMap_bubble_content {
  height: 100px;
  overflow: auto;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
}
.ditu_box aside {
  width: 30%;
  padding-left: 4%;
  box-sizing: border-box;
}
.ditu_box aside .watch_common .repair_top {
  /*padding-top: 30px;*/
  /*border-top: 4px solid #ff3350;*/
}
/* pad7里面的文章内容 */
.article_content {
  /*padding-top: 70px;*/
  /*padding-bottom: 70px;*/
  /*border-top: 1px solid #eaeaea;*/
}
.article_content article {
  width: 68%;
  margin-right: 2%;
  /* 上一页与下一页 */
}
.article_content article .article_content_l h1 {
  font-size: 22px;
  line-height: 22px;
  color: #0c0c0c;
}
.article_content article .article_content_l p:nth-of-type(1) {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 0;
  line-height: inherit;
}
.article_content article .article_content_l p:nth-of-type(1) span {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  margin-right: 22px;
}
.article_content article .article_content_l p:nth-of-type(1) span a {
  color: #23b1ed;
}
.article_content article .article_content_l .line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 0 0 20px;
}
.article_content article .article_content_l .line.line_last {
  margin: 30px 0 0;
}
.article_content article .article_content_l p,
.article_content article .article_content_l .Ziye_abox,
.article_content article .article_content_l .Ziye_abox>div {
    text-indent: 2em;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 20px;
}
.article_content article .article_content_l img {
  display: block;
  margin: 20px auto;
}
.article_content article .article_content_l > span {
  display: block;
  margin: 20px 0;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.article_content article .article_content_l .article_relation {
  font-size: 0;
  margin: 40px 0 30px;
}
.article_content article .article_content_l .article_relation a {
  display: inline-block;
  background-color: #e7f6fd;
  padding: 0 10px 0 0;
  font-size: 12px;
  line-height: 22px;
  color: #12acec;
  margin-right: 13px;
  border-radius: 10px;
}
.article_content article .article_content_l .article_relation a i {
  width: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #11abeb;
  border-radius: 50%;
  margin-right: 8px;
}
.article_content article .pagination_article {
  background-color: #f6f6f6;
  padding: 24px;
  overflow: hidden;
}
.article_content article .pagination_article a {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
}
.article_content article .pagination_article a:first-of-type {
  float: left;
}
.article_content article .pagination_article a:last-of-type {
  float: right;
}
.article_content aside {
  width: 30%;
  /*padding-left: 4%;*/
  box-sizing: border-box;
}
.article_content aside .watch_common .repair_top {
  /*padding-top: 30px;*/
  /*border-top: 4px solid #ff3350;*/
  border-bottom: 1px solid #ddd;
    text-shadow: 0 0.25px 1.5px rgba(0,0,0,0.25);
    padding-bottom: 15px;
}

/* 文章右边 相关标签 */
.article_content .article_contentfl2 .common_top3{
  padding-top: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #262626;
  font-weight: bold;
  display: inline-block;
}

.article_content .article_contentfl2 .common_top3 p {
  font-weight: normal;
}
.article_content .article_contentfl2 .bd_grid li {
  margin: 0 0 10px;
  background-color: #eeeeee;
  text-align: center;
  border-radius: 3px;
}
.article_content .article_contentfl2 .bd_grid li:last-of-type {
  margin: 0;
}
.article_content .article_contentfl2 .bd_grid li a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  cursor: pointer;
}
.article_content .article_contentfl2 .rec_nr {
  margin-right: 60px;
}
.article_content .article_contentfl2 .rec_nr .bd .bd_grid {
  display: none;
  margin-top: 20px;
}
.article_content .article_contentfl2 .rec_nr .bd .bd_grid:first-of-type {
  display: block;
}
.article_content .article_contentfl2 .rec_nr.rec_tags {
  margin-right: 0;
}
.article_content .article_contentfl2 .rec_nr.rec_tags .bd .bd_grid {
  display: flex;
  flex-wrap: wrap;
}
.article_content .article_contentfl2 .rec_nr.rec_tags .bd .bd_grid li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex: calc(50% - 4px);
  margin: 0 4px 4px 0;
}
.article_content .article_contentfl2 .rec_nr.rec_tags .bd .bd_grid li:nth-of-type(even) {
  margin-right: 0;
}

/* 相关阅读 */
.hot_consult .common_top2, .hot_consult .common_top3 {
  margin: 30px 0 26px;
  font-size: 20px;
  line-height: 20px;
  color: #262626;
  font-weight: bold;
  display: inline-block;
}
.hot_consult .common_top2 p, .hot_consult .common_top3 p {
  font-weight: normal;
}
.hot_consult ul li {
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px 14px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.hot_consult ul li a {
  display: block;
  font-size: 14px;
  line-height: normal;
  color: #666666;
  cursor: pointer;
}
.hot_consult ul li:nth-last-of-type(-n + 2) {
  /* margin: 0 10px 0 0; */
}
/* YD 热门资讯 */
.hot_consult2 {
  display: none;
}
/* psd8品牌网点城市导航 */
.brandNet .leftBox {
  width: 68%;
  margin-right: 2%;
  box-sizing: border-box;
}
.brandNet .leftBox .left-con a {
  padding: 3px 5px;
  color: #101010;
}
.brandNet .leftBox .left-con .city-list a:hover {
  background-color: #f19b2c;
  color: #fff;
}
.brandNet .leftBox .left-con {
  padding: 20px 0;
}
.brandNet .leftBox .left-con h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.brandNet .leftBox .left-con h3 span {
  color: #ff3350;
}
.brandNet .leftBox .sheng {
  display: flex;
}
.brandNet .leftBox .sheng .sf_tit {
  width: 90px;
  text-align: left;
  font-size: 14px;
}
.brandNet .leftBox .sheng .sf_list {
  flex: 1;
  font-size: 14px;
}
.brandNet .leftBox .sheng .sf_list ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.brandNet .leftBox .brand {
  font-size: 16px;
}
.brandNet .leftBox .brand .brand-slide {
  display: flex;
  border-bottom: 1px dashed #000;
  padding: 20px 0;
  font-size: 14px;
}
.brandNet .leftBox .brand .brand-slide .br_tit {
  width: 90px;
  text-align: left;
}
.brandNet .leftBox .brand .brand-slide .br_list {
  flex: 1;
}
.brandNet .leftBox .brand .brand-slide .br_list ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.brandNet .leftBox .brand .brand-slide .br_list ul li .thisclass {
  background-color: #f19b2c;
  color: #fff;
}
.brandNet .leftBox .city {
  font-size: 16px;
  margin-top: 20px;
}
.brandNet .leftBox .city .city-slide {
  margin-bottom: 10px;
}
.brandNet .leftBox .city .city-slide .city-tit {
  width: 100%;
  text-align: left;
  color: #f19b2c;  
  margin: 10px 0;
  width: 100%;
  font-weight: bold;
}
.brandNet .leftBox .city .city-slide .city-tit > a {
  color: inherit;
}
.brandNet .leftBox .city .city-slide .city-list ul {
  font-size: 16px;
}
.brandNet .leftBox .city .city-slide .city-list ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.brandNet .rightBox {
  width: 30%;
  box-sizing: border-box;
  text-align: center;
  /* 最新网点列表 */
}
.brandNet .rightBox .rolex {
  display: block;
}
.brandNet .rightBox .rolex img {
  padding-top: 26px;
  width: 164px;
}
.brandNet .rightBox .rolex .name,
.brandNet .rightBox .rolex h1 {
  font-size: 24px;
  line-height: 56px;
  color: #333;
  font-weight: bold;
}
.brandNet .rightBox .rolex span {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #101010;
}
.brandNet .rightBox .rolex .tel {
  margin: 20px 0;
  font-size: 0;
}
.brandNet .rightBox .rolex .tel a {
  display: inline-block;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  background-color: #f19b2c;
  border-radius: 100px;
}
.brandNet .rightBox .rolex .tel a:first-of-type {
  margin-right: 6px;
}
.brandNet .rightBox .brand-new-wxwd {
  padding-left: 40px;
  text-align: left;
}
.brandNet .rightBox .brand-new-wxwd .wxwd-tit {
  margin: 15px 0;
  font-size: 16px;
}
.brandNet .rightBox .brand-new-wxwd .wxwd-list {
  font-size: 12px;
}
.brandNet .rightBox .brand-new-wxwd .wxwd-list li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.brandNet .rightBox .brand-new-wxwd .wxwd-list li a:hover {
  color: #f19b2c;
}
/* psd9网站地图 */
.websiteMap .section {
  margin: 0 auto;
}
.websiteMap a {
  color: #36c;
  text-decoration: none;
}
.websiteMap a:hover {
  color: #c00;
  text-decoration: underline;
}
.websiteMap .links-list {
  padding: 4px 0 0;
  font-size: 14px;
  line-height: 44px;
}
.websiteMap .links-list .link-item {
  overflow: hidden;
  zoom: 1;
}
.websiteMap .links-list .link-item span {
  color: #888;
}
.websiteMap .links-list .link-item span a{
  color: #888;
}
.websiteMap .links-list .link-item a {
  float: left;
  margin-right: 20px;
  height: 44px;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.websiteMap .links-list .link-item .item-title {
  float: left;
  width: 111px;
}
.websiteMap .links-list .link-item .links {
  overflow: hidden;
  zoom: 1;
}
.websiteMap .links-list .links a {
  color: #333;
}
.websiteMap .links-list .links a:hover {
  color: #c00;
}
.websiteMap .section {
  overflow: hidden;
  margin-top: 5px;
  padding: 0 0 8px;
}
.websiteMap .section .section-header {
  border-bottom: 1px solid #e6e6e6;
}
.websiteMap .section .section-header .section-title {
  font: bold 20px/40px 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1';
}

.websiteMap .section .section-header .section-title a{
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
#sitemap .page_containter .bigTitle {
  margin: 20px 0 15px;
  font-size: 18px;
  line-height: 18px;
  color: #262626;
  font-weight: bold;
}
/* psd9最新网点和最新文章 */
.websiteArticle .brand-new-wxwd {
  width: 50%;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  padding-left: 111px;
  float: left;
  text-align: left;
}
.websiteArticle .brand-new-wxwd .wxwd-tit {
  margin: 15px 0;
  font-size: 16px;
}
.websiteArticle .brand-new-wxwd .wxwd-list {
  font-size: 12px;
}
.websiteArticle .brand-new-wxwd .wxwd-list li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.websiteArticle .brand-new-wxwd .wxwd-list li a:hover {
  color: #f19b2c;
}
/* psd4 收录2 */
.included2 {
  display: none;
}
/* 优质维修网点 */
.yzwxwd {
  display: none;
}
/* YD 地图 */
.map {
  display: none;
}
/* YD 店铺详情 */
.details {
  display: none;
}
/* YD 品牌切换 */
.brand_swith {
  display: none;
}
@media screen and (max-width: 1220px) {
  .wx_brand li {
    margin-right: 1%;
    width: 13%;
  }
  .wx_brand li.hover{
    margin-right: 2%;
  }
  .wx_brand li.hover:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1150px) {
  .wx_brand li .row1>div a,
  .wx_brand li .row1>div span {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
  }
  .wx_brand li .row2 a {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
  }
}
@media screen and (max-width: 1080px) {
  .wxwd_common .hd_box .hd a {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
  }
}
@media screen and (max-width: 1024px) {
  .banner_sy {
    display: none;
  }
  /* YD banner */
  .banner {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 0.96rem;
  }
  .banner a {
    display: block;
  }
  .banner a img {
    max-width: 100%;
  }
  .banner p {
    position: absolute;
    top: 1.59rem;
    width: 6rem;
    font-size: 0.34rem;
    line-height: 0.6rem;
    color: #ffffff;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
  }
  .banner .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    opacity: 0.4;
  }
  .banner .swiper-pagination-bullet-active {
    width: 0.14rem;
    height: 0.14rem;
    opacity: 1;
    background: #fff;
    position: relative;
    top: 0.02rem;
  }
  .repair_watch {
    display: none;
  }
  /* 维修品牌2 */
  .maintenance_brand .common_top {
    display: block;
  }
  .maintenance_brand .bd_box .bd aside {
    display: none;
  }
  /* 内容精选 */
  .maintenance_brand {
    padding-bottom: 0.5rem;
  }
  .maintenance_brand.psd2 {
    padding-bottom: 0;
  }
  .maintenance_brand .hd_box .hd {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: none;
  }
  .maintenance_brand .hd_box .hd a {
    flex: calc(33.33% - 0.62rem);
    margin: 0 0.07rem 0.28rem;
    background-color: #eeeeee;
    font-size: 0.22rem;
    line-height: 0.42rem;
    color: #666666;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
  }
  .maintenance_brand .hd_box .hd.news a{
    flex: 1;
  }
  .maintenance_brand .hd_box .hd a.on {
    font-size: 0.22rem;
    line-height: 0.42rem;
    color: #ff3350;
    border: 1px solid #ff3350;
  }
  .maintenance_brand .hd_box .hd a.on span {
    color: inherit;
  }
  .maintenance_brand .hd_box .hd a.on::after {
    height: 0;
    background-color: transparent;
  }
  .maintenance_brand .hd_box .hd a:nth-last-of-type(-n+3) {
    margin: 0 0.07rem;
  }
  .maintenance_brand .hd_box .hd.news a{
    margin: 0 0.07rem 0
  }
  .maintenance_brand .bd_box {
    padding: 0;
  }
  .maintenance_brand .bd_box .bd {
    display: none;
  }
  .maintenance_brand .bd_box .bd:first-of-type {
    display: block;
  }
  .maintenance_brand .bd_box .bd article {
    width: 100%;
    margin-right: 0;
  }
  .maintenance_brand .bd_box .bd article ul {
    border-bottom: none;
  }
  .maintenance_brand .bd_box .bd article ul li {
    float: none;
    margin-right: 0;
    margin-top: 0;
    width: auto;
    display: flex;
    padding: 0.4rem 0;
    border-bottom: 1px solid #eeeeee;
  }
  .maintenance_brand .bd_box .bd article ul li:first-of-type {
    padding-top: 0.4rem;
  }
  .maintenance_brand .bd_box .bd article ul li .left {
    width: auto;
  }
  .maintenance_brand .bd_box .bd article ul li .left a {
    /* border-radius: 0;
                  margin-right: 0; */
    display: block;
    border-radius: 0.1rem;
    margin-right: 0.26rem;
    overflow: hidden;
  }
  .maintenance_brand .bd_box .bd article ul li .left a img {
    width: 2.35rem;
    height: 1.75rem;
  }
  .maintenance_brand .bd_box .bd article ul li .left a .mask {
    display: none;
  }
  .maintenance_brand .bd_box .bd article ul li .right {
    flex: 1;
    font-size: 0;
    text-align: left;
  }
  .maintenance_brand .bd_box .bd article ul li .right a {
    font-size: 0.22rem;
    line-height: 0.44rem;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .maintenance_brand .bd_box .bd article ul li .right p {
    display: none;
  }
  .maintenance_brand .bd_box .bd article ul li .right span {
    display: inline-block;
    padding-top: 0.3rem;
    font-size: 0.22rem;
    line-height: 0.4rem;
    color: #999999;
  }
  .maintenance_brand .bd_box .bd article ul li .right span:first-of-type {
    margin-right: 0.92rem;
  }
  .maintenance_brand .bd_box .bd article ul li .right span a {
    font-size: 0.22rem;
    line-height: 0.22rem;
    color: #999999;
  }
  .maintenance_brand .bd_box .bd article ul .more {
    padding: 0.5rem 0 0;
    text-align: center;
    display: block;
    color: #333333;
    font-size: 0.22rem;
    border-bottom: none;
  }
  .maintenance_brand .bd_box > a {
    display: block;
    margin: 0.72rem auto 0;
    width: 1.88rem;
    border: 1px solid #c9c9c9;
    font-size: 0.2rem;
    line-height: 0.58rem;
    color: #666666;
    text-align: center;
  }
  /* psd2的维修网点 */
  .w_wxwd {
    margin-top: 0!important;
  }
  .w_wxwd .common_top3 {
    display: block;
  }
  .w_wxwd .hd_box {
    display: none;
  }
  .w_wxwd .bd_box {
    padding: 0;
  }
  .w_wxwd .bd_box .bd .bd_nr1 {
    padding: 0 0.24rem;
    width: 100%;
    box-sizing: border-box;
  }
  .w_wxwd .bd_box .bd .bd_nr1 .title {
    font-size: 0.32rem;
    line-height: 1.16rem;
    color: #101010;
    font-weight: bold;
    display: inline-block;
    padding: 0 0.12rem 0 0;
    margin-bottom: 0;
    margin-top: 0!important;
  }
  .w_wxwd .bd_box .bd .bd_nr1 p {
    margin: 0 0 0.24rem;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #101010;
  }
  .w_wxwd .bd_box .bd .bd_nr1 .aBox {
    display: none;
  }
  .w_wxwd .bd_box .bd > .hd {
    display: flex;
    padding-bottom: 0.18rem;
  }
  .w_wxwd .bd_box .bd > .hd li {
    flex: 1;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.62rem;
    color: #111111;
    cursor: pointer;
    margin-right: 0;
    margin-top: 0;
  }
  .w_wxwd .bd_box .bd > .hd li.on {
    font-size: 0.28rem;
    line-height: 0.62rem;
    color: #ff3350;
  }
  .w_wxwd .bd_box .bd > .hd li.on::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 60%;
    height: 0.06rem;
    background-color: #ff3350;
    border-radius: 0.06rem;
  }
  .w_wxwd .bd_box .bd > .hd a {
    font-size: 0.22rem;
    line-height: 0.62rem;
    color: #999999;
    float: right;
  }
  .w_wxwd .bd_box .bd .bd_nr2 {
    display: none;
    margin-top: 0;
    padding: 0 0.24rem;
  }
  .w_wxwd .bd_box .bd .bd_nr2:first-of-type {
    display: block;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article {
    width: 100%;
    margin-right: 0;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box:first-of-type .bd1 {
    border-top: none;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 {
    display: flex;
    padding: 0.4rem 0.08rem 0;
    border-bottom: none;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_img {
    width: 2.35rem;
    margin-right: 0.26rem;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_img a ,.w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_img > p.img {
    display: block;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_img a img, .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_img > p.img img {
    height: 1.75rem;
    cursor: pointer;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word {
    flex: 1;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .shang .title {
    font-size: 0.22rem;
    line-height: 0.44rem;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia {
    display: block;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo {
    float: none;
    margin-right: 0;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo.watch{
    margin-top: 0;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .kuang {
    margin: 0;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .kuang .k {
    display: inline-block;
    padding: 0.1rem;
    font-size: 0.22rem;
    line-height: 0.24rem;
    color: #333333;
    border-radius: 0.1rem;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .kuang .k1 {
    background-color: #daf8cd;
    color: #25b513;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .kuang .k2 {
    background-color: #f6fdbd;
    color: #ff6600;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .kuang .k3 {
    background-color: #d2fff8;
    color: #93cec5;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .address {
    position: relative;
    font-size: 0.22rem;
    line-height: 0.34rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .address img {
    display: inline-block;
    width: 0.3rem;
    padding-top: 0;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .brand {
    display: block;
    padding-top: 0;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #999999;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .zuo .brand img {
    float: left;
    width: 0.3rem;
    margin-right: 0.06rem;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .you {
    float: none;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word .xia .you .tel {
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
    font-size: 0.22rem;
    line-height: 0.46rem;
    color: #999999;
    background-color: #ff6600;
    color: #fff;
    border-radius: 0.1rem;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word.watch_word .xia .you{
    float: right;
    margin-right: .2rem;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box .bd1 .bd1_word.watch_word .xia .you .tel{
    padding: .04rem;
  }
  .w_wxwd .bd_box .bd .bd_nr2 article .bd1_box:last-of-type .bd1 {
    border-bottom: none;
  }
  .w_wxwd .bd_box .bd .bd_nr2 aside {
    display: none;
  }
  /* PC 售后条款 */
  .after_sale_terms {
    display: none;
  }
  /* YD 服务流程 */
  .fwlc {
    display: block;
    padding: 0.56rem 0.24rem 0.5rem;
    /* 保障 */
  }
  .fwlc .hd {
    display: flex;
  }
  .fwlc .hd li {
    flex: 1;
    text-align: center;
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #333333;
    background-color: #cccccc;
  }
  .fwlc .hd li.on {
    color: #ffffff;
    background-color: #9e8463;
  }
  .fwlc .bd {
    width: 7.02rem;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-top: none;
  }
  .fwlc .bd .bd_grid {
    display: none;
  }
  .fwlc .bd .bd_grid dl {
    float: left;
    width: 50%;
    margin: 0 auto;
    padding: 0.5rem 0 0.5rem 0.26rem;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
  }
  .fwlc .bd .bd_grid dl:nth-last-child(-n + 2) {
    border-bottom: none;
  }
  .fwlc .bd .bd_grid dl dt {
    padding-right: 0.3rem;
    font-size: 0.68rem;
    line-height: 0.68rem;
    color: #dfd0bd;
    font-family: 'Impact';
    float: left;
  }
  .fwlc .bd .bd_grid dl dd span {
    display: block;
    font-size: 0.24rem;
    line-height: 0.35rem;
    color: #333333;
    font-weight: bold;
  }
  .fwlc .bd .bd_grid dl dd p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .fwlc .bd .bd_grid:first-of-type {
    display: block;
  }
  .fwlc .baozhang > p {
    padding: 0.5rem 0 0.4rem;
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #333333;
  }
  .fwlc .baozhang .baozhang_content {
    display: flex;
  }
  .fwlc .baozhang .baozhang_content .grid {
    flex: 1;
    width: 2.3rem;
    height: 1.1rem;
    text-align: center;
  }
  .fwlc .baozhang .baozhang_content .grid span {
    display: block;
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #ffffff;
    padding-top: 0.26rem;
  }
  .fwlc .baozhang .baozhang_content .grid p {
    font-size: 0.22rem;
    line-height: 0.22rem;
    color: #ffffff;
    padding-top: 0.12rem;
  }
  .fwlc .baozhang .baozhang_content .grid.g1 {
    background: url(../../images/web/red.jpg) no-repeat;
  }
  .fwlc .baozhang .baozhang_content .grid.g2 {
    background: url(../../images/web/blue.jpg) no-repeat;
    margin: 0 0.14rem;
  }
  .fwlc .baozhang .baozhang_content .grid.g3 {
    background: url(../../images/web/orange.jpg) no-repeat;
  }
  .fwlc .baozhang .baozhang_content .grid.g11.color {
    background: rgba(244,60,118,0.8);
  }
  .fwlc .baozhang .baozhang_content .grid.g21.color {
    background: rgba(95,0,255,0.8);
    margin: 0 0.14rem;
  }
  .fwlc .baozhang .baozhang_content .grid.g31.color {
    background: rgba(233,187,61,0.8);
  }
  /* 服务项目 */
  .fwxm.fwxm1 {
    margin-bottom: 0;
  }
  /* psd2里面的收录 */
  .shoulu .row {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    border-top: none;
  }
  .shoulu .row p,
  .shoulu .row h1 {
    font-size: 0.22rem;
    line-height: 0.6rem;
    color: #262626;
    float: left;
  }
  .shoulu .row span {
    font-size: 0.22rem;
    line-height: 0.6rem;
    color: #999999;
  }
  .shoulu .row span i {
    display: none;
  }
  .shoulu > p {
    margin: 0.24rem 0;
    padding-bottom: 0;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #262626;
  }
  /* YD 面包屑导航 */
  .breadcrumb {
    display: block;
    background: #f1f3f6;
    padding-left: 0.42rem;
    margin-top: 1rem;
  }
  .breadcrumb ul li {
    float: left;
    font-size: 0;
    position: relative;
    top: 0;
  }
  .breadcrumb ul li img,
  .breadcrumb ul li span {
    position: relative;
    top: 0.01rem;
    vertical-align: super;
  }
  .breadcrumb ul li img {
    display: inline-block;
    width: 0.16rem;
    margin-right: 0.14rem;
  }
  .breadcrumb ul li p {
    display: inline-block;
    font-size: 0;
  }
  .breadcrumb ul li p a {
    display: inline-block;
    font-size: 0.14rem;
    line-height: 0.5rem;
    color: #141111;
  }
  .breadcrumb ul li span {
    display: inline-block;
    margin: 0 0.14rem;
    border: 0.08rem solid transparent;
    border-left-color: #999999;
    border-right: none;
  }
  /* psd2的维修品牌 */
  .wx_brand2 {
    display: none;
  }
  .wx_brand3 {
    display: block!important;
  }
  /* YD 热门资讯 */
  .hot_consult2 {
    display: block;
  }
  .hot_consult2 ul li {
    float: left;
    width: calc(50% - 0.2rem);
    margin: 0 0.1rem 0.1rem;
  }
  .hot_consult2 ul li a {
    display: block;
    font-size: 0.22rem;
    line-height: 0.48rem;
    color: #666666;
    cursor: pointer;
  }
  /* psd3的客户服务维修中心 */
  .khfwwxzx {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0!important;
    /* psd5的客户服务维修中心的独有部分 */
    /* psd6的客户服务维修中心的独有部分 */
  }
  .khfwwxzx .fl {
    display: none;
  }
  .khfwwxzx .fr.city{
    display: block;
  }
  .khfwwxzx .fr {
    width: 100%;
    text-align: center;
  }
  .khfwwxzx .fr img {
    padding-top: 1.28rem;
    width: 2.24rem;
  }
  .khfwwxzx .fr .name,
  .khfwwxzx .fr h1 {
    font-size: 0.34rem;
    line-height: 1.06rem;
    color: #333;
    font-weight: bold;
  }
  .khfwwxzx .fr span {
    display: block;
    font-size: 0.22rem;
    line-height: 0.4rem;
    color: #101010;
  }
  .khfwwxzx .fr .tel {
    margin: 0.4rem 0 1.28rem;
    font-size: 0;
  }
  .khfwwxzx .fr .tel a {
    display: inline-block;
    padding: 0.2rem 0.36rem;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #fff;
    background-color: #f19b2c;
    border-radius: 1rem;
  }
  .khfwwxzx .fr .tel a:first-of-type {
    margin-right: 0.1rem;
  }
  .khfwwxzx.wxzx5 {
    border-bottom: 1px solid #eaeaea;
  }
  .khfwwxzx.wxzx5 .fl {
    display: block;
    height: auto;
    padding: 0;
    width: auto;
  }
  .khfwwxzx.wxzx5 .fl .row {
    display: none;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 0;
    border-bottom: 1px solid #eaeaea;
  }
  .khfwwxzx.wxzx5 .fl .row p,
  .khfwwxzx.wxzx5 .fl .row h1 {
    display: inline-block;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #262626;
    text-align: left;
  }
  .khfwwxzx.wxzx5 .fl .row span {
    font-size: 0.12rem;
    line-height: 0.36rem;
    color: #999999;
    float: right;
  }
  .khfwwxzx.wxzx5 .fl .columns {
    display: flex;
    height: 2.28rem;
    align-items: center;
  }
  .khfwwxzx.wxzx5 .fl .columns p {
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #101010;
  }
  .khfwwxzx.wxzx5 .fl > span {
    display: block;
    margin-top: 0.2rem;
    margin-bottom: 0;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #101010;
    /* border-top: 1px solid #eeeeee; */
    padding: 0.24rem 0;
  }
  .khfwwxzx.wxzx5 .fl > p {
    display: none;
  }
  .khfwwxzx.wxzx6 .fl {
    float: none;
  }
  .khfwwxzx.wxzx6 .fl .row {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .khfwwxzx.wxzx6 .fl .row p,
  .khfwwxzx.wxzx6 .fl .row h1 {
    display: inline-block;
    font-size: 0.22rem;
    line-height: 0.6rem;
    color: #262626;
    text-align: left;
  }
  .khfwwxzx.wxzx6 .fl .row span {
    font-size: 0.22rem;
    line-height: 0.6rem;
    color: #262626;
  }
  .khfwwxzx.wxzx6 .fl .columns {
    display: none;
  }
  .khfwwxzx.wxzx66 .fl .row {
    display: block;
  }
  /* psd3的信 */
  .xin {
    display: block;
    margin: 0.24rem;
    padding: 0.24rem;
    width: calc(7.5rem - 0.48rem);
  }
  .xin p {
    text-indent: 2em;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #101010;
  }
  /* psd4里面的筛选品牌 */
  .select_brand {
    display: none;
  }
  /* psd4 收录2 */
  .included2 {
    display: block;
    padding-top: 0.2rem;
  }
  .included2 p {
    border-top: 1px solid #eeeeee;
    padding: 0.24rem 0;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #101010;
  }
  /* 优质维修网点 */
  .yzwxwd {
    display: block;
    padding-top: 0.42rem;
    font-size: 0;
  }
  .yzwxwd span,
  .yzwxwd h1 {
    display: inline-block;
    margin-right: 0.2rem;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: extract(#999999, #000, #333333, #ff6600, #ffffff, #3b2923, #423735, #453627, #423223, #6a615a, #463527, #666666, #488cd3, #ff7e33, #0c0c0c, #12acec, #ff0f0c, #cccccc, #333333, #555555, #101010);
  }
  .yzwxwd select {
    margin-right: 0.2rem;
    vertical-align: baseline;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: extract(#999999, #000, #333333, #ff6600, #ffffff, #3b2923, #423735, #453627, #423223, #6a615a, #463527, #666666, #488cd3, #ff7e33, #0c0c0c, #12acec, #ff0f0c, #cccccc, #333333, #555555, #101010);
  }
  /* YD 店铺详情 */
  .details {
    display: block;
  }
  .details ul li {
    display: flex;
    padding: 0.3rem 0;
    border-bottom: 1px solid #eeeeee;
  }
  .details ul li .img {
    width: 0.4rem;
  }
  .details ul li .img img {
    width: 100%;
  }
  .details ul li p {
    margin: 0 0.32rem 0 0.16rem;
    font-size: 0.22rem;
    line-height: 0.4rem;
    color: #101010;
  }
  .details ul li span,
  .details ul li h1 {
    flex: 1;
    font-size: 0.22rem;
    line-height: 0.4rem;
    color: #999999;
  }
  /* YD pad6的地图 */
  .ditu_box {
    display: none;
  }
  /* YD 地图 */
  .map {
    display: block;
    padding-top: 0.3rem;
  }
  .map > p {
    background-color: #ffd813;
    font-size: 0.22rem;
    line-height: 0.4rem;
    color: extract(#999999, #000, #333333, #ff6600, #ffffff, #3b2923, #423735, #453627, #423223, #6a615a, #463527, #666666, #488cd3, #ff7e33, #0c0c0c, #12acec, #ff0f0c, #cccccc, #333333, #555555, #101010);
    border-top: 1px solid #000;
  }
  .map #dituContentMap {
    width: 100%;
    height: 3.4rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .map #dituContentMap .BMap_pop div:first-of-type div:first-of-type {
    border-top-left-radius: 10px;
  }
  .map #dituContentMap .BMap_pop div:nth-of-type(3) div:first-of-type {
    border-top-right-radius: 10px;
  }
  .map #dituContentMap .BMap_pop div:nth-of-type(5) div:first-of-type {
    border-bottom-left-radius: 10px;
  }
  .map #dituContentMap .BMap_pop div:nth-of-type(7) div:first-of-type {
    border-bottom-right-radius: 10px;
  }
  .map #dituContentMap .BMap_bubble_title {
    margin-bottom: 0.16rem;
    font-size: 0.12rem;
    line-height: 0.12rem;
    color: extract(#999999, #000, #333333, #ff6600, #ffffff, #3b2923, #423735, #453627, #423223, #6a615a, #463527, #666666, #488cd3, #ff7e33, #0c0c0c, #12acec, #ff0f0c, #cccccc, #333333, #555555, #333333);
  }
  .map #dituContentMap .BMap_bubble_content {
    height: 1rem;
    overflow: auto;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: extract(#999999, #000, #333333, #ff6600, #ffffff, #3b2923, #423735, #453627, #423223, #6a615a, #463527, #666666, #488cd3, #ff7e33, #0c0c0c, #12acec, #ff0f0c, #cccccc, #333333, #555555, #555555);
  }
  /* pad7里面的文章内容 */
  .article_content {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
  .article_content article {
    width: 100%;
    /* 上一页与下一页 */
  }
  .article_content article .article_content_l .line {
    height: 0;
    margin: 0;
  }
  .article_content article .article_content_l h1 {
    padding-top: 0.66rem;
    font-size: 0.38rem;
    line-height: 0.5rem;
    color: #1c1c1c;
  }
  .article_content article .article_content_l p span {
    display: block;
    padding: 0.2rem 0 0.3rem;
    text-align: center;
    font-size: 0.22rem;
    line-height: 0.22rem;
    color: #999999;
  }
  .article_content article .article_content_l p:nth-of-type(1) span {
    display: block;
    padding: 0.2rem 0 0.3rem;
    text-align: left;
    text-indent: 0;
    font-size: 0.22rem;
    line-height: 0.22rem;
    color: #999999;
  }
  .article_content article .article_content_l .Ziye_abox>div,
  .article_content article .article_content_l p,
  .article_content article .article_content_l p:nth-of-type(1) {
    padding-bottom: 0.3rem;
    text-indent: 2em;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #333333;
    margin-top: 0;
    margin-bottom: 0;
  }
  .article_content article .article_content_l img {
    margin: 0;
    padding-bottom: 0.3rem;
    width: 7rem;
  }
  .article_content article .article_content_l .Ziye_abox img{
    width: auto!important;
    height: auto!important;
    margin: 0.3rem auto 0;
    display: block;
    max-width: 7rem;
  }
  .article_content article .article_content_l .article_relation {
    margin: 0;
    padding-bottom: 0.3rem;
  }
  .article_content article .article_content_l .article_relation a {
    display: inline-block;
    background-color: #e7f6fd;
    padding: 0 0.1rem 0 0;
    font-size: 0.12rem;
    line-height: 0.22rem;
    color: #12acec;
    margin-right: 0.13rem;
    border-radius: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .article_content article .pagination_article {
    background-color: #f6f6f6;
    padding: 0.24rem 0 0.24rem 0.24rem;
  }
  .article_content article .pagination_article a {
    display: block;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #333333;
  }
  .article_content article .pagination_article a:first-of-type {
    padding-bottom: 0.26rem;
    float: none;
  }
  .article_content article .pagination_article a:last-of-type {
    float: none;
  }
  .article_content .article_contentfl {
    display: none;
  }
  /* 相关阅读 */
  .hot_consult .common_top3 {
    margin: 0;
    line-height: normal;
  }
  .hot_consult ul li {
    float: left;
    width: calc(50% - 0.2rem);
    margin: 0 0.1rem 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .hot_consult ul li a {
    display: block;
    font-size: 0.22rem;
    line-height: 0.48rem;
    color: #666666;
    cursor: pointer;
  }
  .hot_consult ul li:nth-last-of-type(-n + 2) {
    margin: 0 0.1rem 0.1rem;
  }
  /* psd8品牌网点城市导航 */
  .brandNet {
    border-top: none;
  }
  .brandNet .leftBox {
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
  }
  .brandNet .leftBox .left-con {
    padding: 0;
  }
  .brandNet .leftBox .left-con a {
    padding: 0;
  }
  .brandNet .leftBox .left-con h3 {
    display: none;
  }
  .brandNet .leftBox .sheng {
    display: none;
  }
  .brandNet .leftBox .brand {
    display: none;
  }
  .brandNet .leftBox .city {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .brandNet .leftBox .city .city-slide {
    margin-bottom: 0.1rem;
  }
  .brandNet .leftBox .city .city-slide .city-tit {
    width: 100%;
    text-align: left;
    color: #f19b2c;
    font-size: 0.28rem;    
    margin: .1rem 0;
    width: 100%;
    font-weight: bold;
  }
  .brandNet .leftBox .city .city-slide .city-tit>a {
    color: inherit;
  }
  .brandNet .leftBox .city .city-slide .city-list ul {
    font-size: 0.24rem;
  }
  .brandNet .leftBox .city .city-slide .city-list ul li {
    display: inline-block;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    line-height: 0.26rem;
  }
  .brandNet .rightBox {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    /* 最新网点列表 */
  }
  .brandNet .rightBox .rolex {
    display: none;
  }
  .brandNet .rightBox .rolex img {
    padding-top: 26px;
    width: 164px;
  }
  .brandNet .rightBox .rolex .name,
  .brandNet .rightBox .rolex h1 {
    font-size: 24px;
    line-height: 56px;
    color: #333;
    font-weight: bold;
  }
  .brandNet .rightBox .rolex span {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #101010;
  }
  .brandNet .rightBox .rolex .tel {
    margin: 20px 0;
    font-size: 0;
  }
  .brandNet .rightBox .rolex .tel a {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background-color: #f19b2c;
    border-radius: 100px;
  }
  .brandNet .rightBox .rolex .tel a:first-of-type {
    margin-right: 6px;
  }
  .brandNet .rightBox .brand-new-wxwd {
    padding: 0.24rem 0 0;
  }
  .brandNet .rightBox .brand-new-wxwd .wxwd-tit {
    margin: 0;
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
  }
  .brandNet .rightBox .brand-new-wxwd .wxwd-list {
    font-size: 0.24rem;
  }
  .brandNet .rightBox .brand-new-wxwd .wxwd-list li {
    border-top: 1px dashed #ccc;
    overflow: hidden;
  }
  .brandNet .rightBox .brand-new-wxwd .wxwd-list li:last-of-type {
    border-bottom: 1px dashed #ccc;
  }
  .brandNet .rightBox .brand-new-wxwd .wxwd-list li a {
    display: inline-block;
    height: 0.48rem;
    line-height: 0.48rem;
    overflow: hidden;
  }
  .brandNet .rightBox .brand-new-wxwd .wxwd-list li a:hover {
    color: #f19b2c;
  }
  /* psd8 品牌切换 */
  .brand_swith {
    display: block;
    margin-top: 0.2rem;
    background-color: #ffffff;
    padding-bottom: 0.44rem;
  }
  .brand_swith .hd {
    display: flex;
    padding: 0.32rem 0.24rem 0.16rem;
    border-bottom: 1px solid #eeeeee;
  }
  .brand_swith .hd li {
    flex: 1;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #111111;
    cursor: pointer;
  }
  .brand_swith .hd li.on {
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #ff3350;
  }
  .brand_swith .hd li.on::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 60%;
    height: 0.06rem;
    background-color: #ff3350;
    border-radius: 0.06rem;
  }
  .brand_swith .bd {
    padding: 0 0.24rem;
  }
  .brand_swith .bd .bd_grid {
    display: none;
    flex-wrap: wrap;
  }
  .brand_swith .bd .bd_grid:first-of-type {
    display: block;
  }
  .brand_swith .bd .bd_grid .img {
    float: left;
    margin-right: 0.12rem;
    margin-top: 0.28rem;
    width: 1.66rem;
    text-align: center;
  }
  .brand_swith .bd .bd_grid .img:nth-of-type(4n) {
    margin-right: 0;
  }
  .brand_swith .bd .bd_grid .img a {
    display: block;
  }
  .brand_swith .bd .bd_grid .img a:first-of-type img {
    width: 1.4rem;
    border: 1px solid #eaeaea;
    border-radius: 0.1rem;
    padding: 0.11rem;
  }
  .brand_swith .bd .bd_grid .img a:first-of-type span {
    text-align: center;
    display: inline-block;
    font-size: 0.22rem;
    line-height: 0.6rem;
  }
  .brand_swith .bd .bd_grid .img a:last-of-type {
    font-size: 0.22rem;
    line-height: 0.24rem;
  }
  /* psd9网站地图 */
  .websiteMap .section {
    margin: 0 auto;
  }
  .websiteMap .section.section_brand .links-list .link-item {
    overflow: hidden;
    zoom: 1;
    float: left;
  }
  .websiteMap a {
    color: #36c;
    text-decoration: none;
  }
  .websiteMap a:hover {
    color: #c00;
    text-decoration: underline;
  }
  .websiteMap .links-list {
    padding: 0.04rem 0 0;
    font-size: 0.22rem;
    line-height: 0.44rem;
  }
  .websiteMap .links-list .link-item {
    overflow: hidden;
    zoom: 1;
  }
  .websiteMap .links-list .link-item span {
    color: #888;
  }
  .websiteMap .links-list .link-item a {
    float: left;
    margin-right: 0.2rem;
    height: 0.44rem;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
  }
  .websiteMap .links-list .link-item .item-title {
    display: none;
    float: left;
    width: 1.11rem;
  }
  .websiteMap .links-list .link-item .links {
    overflow: hidden;
    zoom: 1;
  }
  .websiteMap .links-list .links a {
    color: #333;
  }
  .websiteMap .links-list .links a:hover {
    color: #c00;
  }
  .websiteMap .section {
    overflow: hidden;
    margin-top: 0.05rem;
    padding: 0 0 0.08rem;
  }
  .websiteMap .section .section-header {
    border-bottom: 1px solid #e6e6e6;
  }
  .websiteMap .section .section-header .section-title {
    font-size: 0.32rem;
    line-height: 1.16rem;
    color: #101010;
    font-weight: bold;
  }
  #sitemap .page_containter .bigTitle {
    margin: 0.1rem 0 0.15rem;
    font-size: 0.32rem;
    line-height: .8rem;
    color: #101010;
    font-weight: bold;
    display: inline-block;
    padding: 0 0.12rem 0 0;
    margin-bottom: 0;
    margin-top: 0!important;
  }
  /* psd9最新网点和最新文章 */
  .websiteArticle .brand-new-wxwd {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    border-top: none;
    text-align: left;
    padding-left: 0;
  }
  .websiteArticle .brand-new-wxwd .wxwd-tit {
    font-size: 0.32rem;
    line-height: 1.16rem;
    margin: 0;
  }
  .websiteArticle .brand-new-wxwd .wxwd-list {
    font-size: 0.22rem;
    line-height: 0.44rem;
  }
  .websiteArticle .brand-new-wxwd .wxwd-list li a {
    display: inline-block;
    height: 0.4rem;
    line-height: 0.4rem;
    overflow: hidden;
  }
  .websiteArticle .brand-new-wxwd .wxwd-list li a:hover {
    color: #f19b2c;
  }
}
/*# sourceMappingURL=./index.css.map */